Home
Index
Search
Feedback
Download
Programs

Thesis

Models

Ancient

DOWNLOAD CENTER
 Programs    

Here are some of the Java and C programs I developed. These programs were developed keeping in mind certain requirements of my project work. However I tried to generalize them and made them available for the benifit of others. Most of the programs prints the Usage sematics when run without proper arguments. I am still working ion the documentation of them. The programs which are not completely tested or which are under development are marked as .

I am still trying to arrage my utilities. Therefore even though I have may useful stuff I am not able to make them available right away. I am also trying to package all the stuff and make them available as a utility package along with the documentation and sample programs. So do check out this page regularly.

IMPORTANT :: Due to the restrication of the server on which this homepage is hosted, names of all the files uploaded to server changes to lowercase. Therefore after downloading the programs, please rename the files to the name written in parenthesis below it in the first column.
Java Programs
JSplit
(JSplit.java)
This program splits binary or ascii file in to the pieces of specified size. It is very useful to copying large files on to floppy and also to provide smaller downloadable pieces of bigger file.

The splits can be joined together by the JJoin utility. Both of these utilities are written in pure Java.
JJoin
(JJoin.java)
Joins the splits generated by JJoin utility.
Remove Comment
(RemoveComment.java)
Removes the comment from a Java / C / C++ source code.
MDL PreProcessor
(MDLPreProcessor.java)
Preprocesses the Java files so that they can be easily reverse engineered using Rational Rose. This utility is useful when you want to uderstand class hierarchy of some huge Java source code Or you want to use certain Java classes in your model files. This utility will not be of much use after the developement of JarBrowser which is curretly in Beta.

This programs removes everything from the source file except the hierarchy information.

ViPrit



Home | Index | Search | Feedback